label: Deny drag gesture when not selectable
authorFlorian Müllner <fmuellner@gnome.org>
Wed, 23 Dec 2015 00:51:30 +0000 (01:51 +0100)
committerFlorian Müllner <fmuellner@gnome.org>
Wed, 23 Dec 2015 13:07:00 +0000 (14:07 +0100)
commite20826fe033b0e512c784b83d2236de502ad8430
treeb94fa9c87ae7fbe494733a03392fd296dbdfbce9
parentc0bc0a9ac2cee05ef12ecc41b71debecdded8602
label: Deny drag gesture when not selectable

We don't actually do anything when the label is not selectable
except for consuming the event, which breaks for instance titlebar
drags with labels that contain links. Simply deny the gesture in
that case to allow the event to bubble up normally.

https://bugzilla.gnome.org/show_bug.cgi?id=759798
gtk/gtklabel.c